Class symantec.itools.db.beans.binding.SaveChangesWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.SaveChangesWindow

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----symantec.itools.db.beans.binding.SaveChangesWindow

public class SaveChangesWindow
extends Dialog
implements SaveChangesDialog

Constructor Index

 o symantec.itools.db.beans.binding.SaveChangesWindow()
 o symantec.itools.db.beans.binding.SaveChangesWindow(String)
 o symantec.itools.db.beans.binding.SaveChangesWindow(String, String)

Method Index

 o addNotify()
 o run()
 o setMessage(String)
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Constructors

 o SaveChangesWindow
public SaveChangesWindow()
 o SaveChangesWindow
public SaveChangesWindow(String title)
 o SaveChangesWindow
public SaveChangesWindow(String title,
                         String message)

Methods

 o addNotify
public void addNotify()
Overrides:
addNotify in class Dialog
 o run
public int run()
 o setMessage
public void setMessage(String message)
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
Overrides:
setVisible in class Component
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index